type net/http.writeRequest

4 uses

	net/http (current package)
		transport.go#L1568: 		writech:       make(chan writeRequest, 1),
		transport.go#L1886: 	writech   chan writeRequest   // written by roundTrip; read by writeLoop
		transport.go#L2494: type writeRequest struct {
		transport.go#L2601: 	pc.writech <- writeRequest{req, writeErrCh, continueCh}